From: Michael Ziegler Date: Fri, 5 Oct 2018 11:19:25 +0000 (+0200) Subject: run unittests after the build X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~8^2~33^2^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=b048632544dd43672fbce7c9a4b8464904190a9c;p=siridb-server.git run unittests after the build --- diff --git a/debian/rules b/debian/rules index c29c1544..abdf7165 100755 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,4 @@ override_dh_auto_clean: cd Release && make clean override_dh_auto_build: - cd Release && make + cd Release && make && make test